Properties of the Class Element |
|
A class represents the database table as a BusObject. To create a BusObject, define values for the following properties:
Property |
Description |
---|---|
<name> |
Name of the class |
<type> |
Type of class. This element is valid only if the class is a custom class. The acceptable values are:
|
<java><name> |
The name of the generated Java class. |
<namespace> |
The namespace of the class. |
<attributes> |
The field names of the database table and their properties. See attribute for more information. |
<methods> |
The methods used in the class that interact with the database. See method for more information. |